$Status= smtp.SetTextMail (<From>, <To>, <Subject>, <Text>)
This function is used to set text messages in e-mail.
Parameters
<From> Denotes the sender's address.
<To> Denotes the recipient's address.
<Subject> Denotes the subject line of the e-mail message.
<Text> Denotes the content of the e-mail in text format.
Return Value
Function returns 1 on success, 0 on failure.